projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5de573c
)
Test ISC4_0 along with TIOCGWINSZ.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 4 May 1994 23:27:39 +0000
(23:27 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 4 May 1994 23:27:39 +0000
(23:27 +0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 29505c31cfa5be091b2ea472f00f4296e3e6b42d..d7b256c8454e84310507eeb1aa29b41a02e72bd7 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-133,7
+133,7
@@
extern int errno;
#ifndef MEMORY_IN_STRING_H
#include <memory.h>
#endif
-#if
def TIOCGWINSZ
+#if
defined (TIOCGWINSZ) || defined (ISC4_0)
#ifdef NEED_SIOCTL
#include <sys/sioctl.h>
#endif
@@
-141,7
+141,7
@@
extern int errno;
#include <sys/stream.h>
#include <sys/ptem.h>
#endif
-#endif /* TIOCGWINSZ */
+#endif /* TIOCGWINSZ
or ISC4_0
*/
#endif /* USG */
extern int quit_char;